home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1999 October
/
Software of the Month - Ultimate Collection Shareware 266.iso
/
pc
/
Xtras
/
Animation Wizard.dir
/
00006_Script_TextField
< prev
next >
Wrap
Text File
|
1997-05-10
|
302b
|
18 lines
-- TextField script
property iFieldName
on birth me, theFieldName, theInitialText
set iFieldName = theFieldName
set the text of field iFieldname = theInitialText
return me
end birth
-- Needed to support general validation scheme
on mValidate me
return TRUE
end mValidate